Skip to content

[BUILD-2062] Update CSI driver image labels to el10 - #524

Merged
avinal merged 2 commits into
openshift:masterfrom
adchauha:ubi10-migration
Aug 14, 2026
Merged

[BUILD-2062] Update CSI driver image labels to el10#524
avinal merged 2 commits into
openshift:masterfrom
adchauha:ubi10-migration

Conversation

@adchauha

@adchauha adchauha commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Update Dockerfile CPE and image name labels.

Summary by CodeRabbit

  • Chores
    • Updated container image metadata to version 1.9.0 and the EL10 compatibility target.
    • Applied the metadata updates to both shared resource images; no runtime behavior changed.

@openshift-ci
openshift-ci Bot requested review from otaviof and psrvere July 7, 2026 06:33
@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 8dd85caf-4641-4fef-a976-f6c6159170d3

📥 Commits

Reviewing files that changed from the base of the PR and between f5eb350 and e2253f2.

📒 Files selected for processing (2)
  • .konflux/shared-resource-webhook/Dockerfile
  • .konflux/shared-resource/Dockerfile
🚧 Files skipped from review as they are similar to previous changes (2)
  • .konflux/shared-resource/Dockerfile
  • .konflux/shared-resource-webhook/Dockerfile

Walkthrough

Both Konflux Dockerfiles update image metadata from release 1.8 on EL9 to release 1.9 on EL10. The changes update the CPE and version labels only.

Changes

Konflux image metadata

Layer / File(s) Summary
Update image metadata labels
.konflux/shared-resource-webhook/Dockerfile, .konflux/shared-resource/Dockerfile
Updated the CPE labels to EL10 release 1.9 identifiers and changed the image version labels from v1.8.0 to v1.9.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Mergeability Score: ⚪ Minimal · up to e2253

This PR only updates CSI driver image labels for the el10 migration, with no actionable merge-blocking risk remaining beyond normal checks and review.

Suggested reviewers: otaviof, psrvere

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the update to CSI driver image labels and the migration to EL10.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The diff only updates Docker LABEL CPE and version values in two Dockerfiles. It adds no test files or Ginkgo test-title constructs.
Test Structure And Quality ✅ Passed The diff changes only Dockerfile labels; it does not add or modify Ginkgo tests, setup, cleanup, waits, or assertions.
Microshift Test Compatibility ✅ Passed The pull request changes only two Dockerfile LABEL values; the commit adds no Ginkgo tests or MicroShift-incompatible API and namespace references.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The diff changes only Dockerfile LABEL metadata. It adds no Ginkgo e2e tests or multi-node test behavior, so the SNO check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed The commit changes only two Dockerfile LABEL values (CPE and version); it adds no deployment manifests, operator code, controllers, or scheduling constraints.
Ote Binary Stdout Contract ✅ Passed The commit changes only Dockerfile LABEL values; no main, init, suite setup, or Go source changed, so it introduces no process-level stdout write.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The commit changes only Dockerfile CPE and version labels; it adds no Ginkgo e2e tests or external network behavior to assess.
No-Weak-Crypto ✅ Passed The parent-to-HEAD diff changes only CPE and version LABEL values in two Dockerfiles; no weak-crypto or custom crypto code is introduced.
Container-Privileges ✅ Passed The commit changes only CPE and version LABEL values in two Dockerfiles; no privilege directives or USER changes were introduced.
No-Sensitive-Data-In-Logs ✅ Passed The diff changes only CPE and version LABEL values in two Dockerfiles; it adds no logging or sensitive-data output.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@openshift-ci

openshift-ci Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Hi @adchauha. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 7, 2026
@adchauha

adchauha commented Jul 7, 2026

Copy link
Copy Markdown
Contributor Author

/ok-to-test

@openshift-ci

openshift-ci Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

@adchauha: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test message.

Details

In response to this:

/ok-to-test

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Update Dockerfile CPE and version labels from 1.8 to 1.9 while keeping el10.
@openshift-ci openshift-ci Bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 13, 2026
@openshift-ci

openshift-ci Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

@adchauha: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/security e2253f2 link false /test security

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@avinal

avinal commented Aug 14, 2026

Copy link
Copy Markdown
Member

/lgtm
/approve

@openshift-ci

openshift-ci Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adchauha, avinal

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@avinal
avinal merged commit f475a99 into openshift:master Aug 14, 2026
6 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants